html {
  background-color: #f6f6f6;
}
.width1440{
    width: 1440px;
}
.big_swiper {
  width: 100%;
  height: 600px;
}
.big_swiper img {
  width: 100%;
  height: 100%;
}
.big_swiper .swiper-slide {
  position: relative;
}
.big_swiper .swiper-slide .tips {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0 232px;
  color: white;
  display: flex;
  align-items: center;
}

.big_swiper .swiper-slide .tips .icon {
  display: flex;
  align-items: center;
  font-weight: bolder;
  margin-right: 15px;
}
.big_swiper .swiper-slide .tips img {
  width: 22px;
  margin-right: 15px;
}
.big_swiper .swiper-slide .tips .time {
  margin-left: 40px;
}
/* 新闻中心 */
.news_center {
  height: 534px;
  width: 1440px;
  margin: auto;
  background-color: white;
  margin-top: 35px;
  padding: 25px;
}
.news_center .top {
  border-bottom: 2px solid #009944;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  line-height: 50px;
  margin-bottom: 20px;
}
.news_center .top span a {
  transition: all 0.2s;
}
.news_center .top span a:hover {
  color: #f15921;
}
.news_center .bot {
  display: flex;
  justify-content: space-between;
}
.small_swiper {
  width: 710px;
  height: 410px;
  margin: 0;
}
.small_swiper img{
 height: 100%;
 width: 100%;
}
.small_swiper .swiper-slide {
  position: relative;
}
.small_swiper .swiper-slide .tips {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  padding: 0 20px;
}
.small_swiper .swiper-slide .tips .content{
    width: 80%;
     text-overflow: ellipsis; /* 溢出显示省略号 */
    overflow: hidden; /* 溢出隐藏 */
    white-space: nowrap;  /* 强制不换行 */
}
.news_center .right {
  width: 670px;
  padding: 10px 20px;
}
.news_center .right .tab {
  margin-bottom: 15px;
}
.news_center .right .tab ul {
  display: flex;
  justify-content: space-between;
}
.news_center .right .tab ul li a {
  display: block;
  padding: 0 42px;
  background-color: #eaeaea;
  line-height: 48px;
}
.news_center .right .tab ul li .active {
  background-color: #f15921;
  color: white;
}
.news_center .right > ul a {
  line-height: 42px;
  display: flex;
  justify-content: space-between;
  transition: all 0.2s;
}
.news_center .right > ul a:hover {
  color: #f15921;
}
.news_center .right > ul a :nth-of-type(1) {
  width: 520px;
}
/* 横幅 */
.hengfu {
  width: 1440px;
  margin: 30px auto;
}
.hengfu img {
  width: 100%;
}
/* 三小块 */
.wrap {
  width: 1440px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.wrap .item {
  padding: 10px 20px;
  height: 412px;
  width: 474px;
  background-color: white;
}
.wrap .item .top {
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 60px;
  border-bottom: 2px solid #009944;
}
.wrap .item .top span a {
  transition: all 0.2s;
}
.wrap .item .top span a:hover {
  color: #f15921;
}
.wrap .item .bot .tab {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}

.wrap .item .bot .tab a {
  /* padding: 0 7px; */
  flex-grow: 1;
  margin-right: 3px;
  text-align: center;
  height: 50px;
  background-color: #eaeaea;
  line-height: 50px;
}
.wrap .item .bot .tab a:nth-last-of-type(1) {
  margin-right: 0;
}

.wrap .item .bot .tab .active {
  color: white;
  background-color: #f15921;
}
.wrap .item .bot .content .one {
  display: flex;
  margin-bottom: 15px;
}
.wrap .item .bot .content .one img {
  height: 96px;
  width: 146px;
}
.wrap .item .bot .content .one .right {
  margin: 0 50px 0 30px;
  flex:1;
}
.wrap .item .bot .content .one .right .title {
  line-height: 30px;
}
.wrap .item .bot .content .one .right .time {
  margin-top: 10px;
}
.wrap .item .bot .content .two a {
  line-height: 40px;
  display: flex;
  justify-content: space-between;
  transition: all 0.2s;
}
.wrap .item .bot .content .two a :hover {
  color: #f15921;
}
.wrap .item .bot .content .two a span:nth-of-type(1) {
  width: 300px;
}
.over-hd6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
/* 选择 */
.choose {
  margin-bottom: 55px;
}
.choose .tab {
    white-space: nowrap;
  margin-top: 40px !important;
  margin-bottom: 20px !important;
  margin: auto;
  display: flex;
  justify-content: center;
}
.choose .tab a {
  line-height: 60px;
  background-color: #eaeaea;
  padding: 0 54px;
  margin-right: 5px;
}
.choose .tab .active {
  color: white;
  background-color: #f15921;
}
.choose .tab a:nth-last-of-type(1) {
  margin-right: 0;
}
.choose .content {
  width: 1440px;
  margin: auto;
  background-color: white;
  padding: 10px 0;
}
.choose .content dl dt  img {
  height: 176px;
  width: 268px;
}
.swiper-footer {
  width: 1400px;
  height: 200px;
}
.swiper-container {
  width: 100%;
  height: 300px;
  margin: 20px auto;
}
.swiper-footer .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-footer dd {
  font-size: 14px;
  color: #009944;
  line-height: 30px;
}
/* 通知公告 */
.bigswiper {
  position: relative;
}
.bigswiper .inform {
  color: white;
  padding: 0 243px;
  left: 0;
  right: 0;
  position: absolute;
  bottom: 0;
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.3);
}
.bigswiper .inform .h2_tongzhi {
  display: flex;
  width: 130px;
  align-items: center;
}
.bigswiper .inform .h2_tongzhi img {
  width: 22px;
  height: 18px;
  margin-right: 10px;
}
.bigswiper .inform .swiper_box_tongzhi {
  max-width: 1300px;
  width: 90.2%;
  height: 50px;
  overflow: hidden;
}
.bigswiper .inform .swiper_box .swiper-slide {
  color: #fff;
}

.bigswiper .inform .index_content {
  padding-top: 60px;
  margin-bottom: 60px;
}
.bigswiper .inform .swiper-container_sx .swiper-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
}
.bigswiper .inform .swiper-container_sx .swiper-wrapper:hover .swiper-slide {
  /*color: #f35820;*/
}

.bigswiper .inform .swiper-container_sx .swiper-wrapper span {
  padding-left: 30px;
  color: rgba(255, 255, 255, 0.7);
}
.swiper-button-prev {
  background-color: rgba(255, 255, 255, 0.3);
  width: 25px !important;
  height: 60px !important;
  left: 0 !important;
}
.swiper-button-next {
  background-color: rgba(255, 255, 255, 0.3);
  width: 25px !important;
  height: 60px !important;
  right: 0 !important;
}
.swiper-button-prev::after {
  font-size: 20px !important;
  color: rgba(0, 0, 0, 0.7) !important;
}
.swiper-button-next::after {
  font-size: 20px !important;
  /* color: transparent !important; */
  color: rgba(0, 0, 0, 0.7) !important;
}
